.gktl_new {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #e1132a;
  padding: 36px 0;
  margin-top: 40px;
  overflow: hidden;
}

.gktl_bg01 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 342px;
  background-image: url(../images/gk_bg.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.gktl_bg02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 573px;
  height: 201px;
  background-image: url(../images/gk_bg02.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.gktl_l {
  position: relative;
  float: left;
  width: 500px;
  margin-left: 28px;
  z-index: 2;
}

.gktl_new_title {
  border-bottom: 1px solid #fde3de;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.gktl_link a {
  float: left;
  width: 162px;
  height: 60px;
  margin-right: 7px;
  margin-bottom: 10px;
  line-height: 60px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff1f1;
  color: #fc5b3e;
  font-size: 18px;
  transition: transform .5s ease;
}

.gktl_link a:hover {
  transform: translateY(-5px);
  color: #fc5b3e !important;
}

.gktl_link a:nth-child(3n) {
  margin-right: 0;
}

.gktl_link .gktl_link02 {
  background-color: #d8f3ff;
  color: #28bafc;
}

.gktl_link .gktl_link02:hover {
  color: #28bafc !important;
}

.gktl_link .gktl_link03 {
  background-color: #f1f4ff;
  color: #7d7af2;
}

.gktl_link .gktl_link03:hover {
  color: #7d7af2 !important;
}

.gktl_link .gktl_link04 {
  background-color: #fff0df;
  color: #fb7d32;
}

.gktl_link .gktl_link04:hover {
  color: #fb7d32 !important;
}

.gktl_news {
  line-height: 32px;
}

.gktl_news_title {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
}

.gktl_news_title a {
  color: #f01c32;
}

.gktl_news ul li {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #d9d5d5;
}

.gktl_r {
  position: relative;
  float: right;
  width: 776px;
  margin-right: 28px;
  z-index: 2;
}

.gktl_new_title .fr {
  margin-top: 8px;
}

.gktl_pro li {
  float: left;
  width: 184px;
  height: 126px;
  border: 1px solid #dfd2fe;
  margin-right: 8px;
  border-radius: 8px;
  transition: transform .5s ease;
  box-shadow: 0 8px 10px #efeeff;
}

.gktl_pro li:hover {
  transform: translateY(-5px);
}

.gktl_pro .gktl_pro02 {
  border-color: #f6dbca;
  box-shadow: 0 8px 10px #fcf3ef;
}

.gktl_pro .gktl_pro03 {
  border-color: #f8c2d6;
  box-shadow: 0 8px 10px #fcedf3;
}

.gktl_pro .gktl_pro04 {
  border-color: #b6d8f4;
  box-shadow: 0 8px 10px #e8f2fb;
}

.gktl_pro_top {
  height: 50px;
  padding-left: 22px;
  line-height: 50px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to right, #7e7af2, #a797f3, #cbb0f3);
}

.gktl_pro02 .gktl_pro_top {
  background: linear-gradient(to right, #f08787, #efa491, #eebc9a);
}

.gktl_pro03 .gktl_pro_top {
  background: linear-gradient(to right, #f082bd, #f287b8, #f38db2);
}

.gktl_pro04 .gktl_pro_top {
  background: linear-gradient(to right, #6ea3f1, #72afee, #77b8eb);
}

.gktl_pro_top span {
  margin-right: 6px;
  font-size: 20px;
}

.gktl_pro_bottom {
  padding-top: 10px;
  text-align: center;
  line-height: 28px;
}

.gktl_rec {
  margin-top: 30px;
}

.gktlBanner_news {
  position: relative;
  float: left;
  width: 314px;
  height: 224px;
  overflow: hidden;
}

.gktlBanner_news img {
  width: 100%;
  height: 224px;
}

.gktlBanner_news .hd {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
}

.gktlBanner_news .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.gktlBanner_news .hd li.on {
  background-color: #f01c32;
}

.gktl_r .gktl_news {
  float: right;
  width: 430px;
}

.gktl_r .gktl_news .gktl_news_title:first-child {
  margin-top: 0;
}

.gktl_r .gktl_news .gktl_news_title {
  margin-bottom: 10px;
}

@media screen and (max-width:1520px) {
  .gktl_l {
    width: 428px;
  }

  .gktl_link a {
    width: 137px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .gktl_r {
    width: 666px;
  }

  .gktl_pro li {
    width: 156px;
  }
  .gktl_pro_bottom{
    font-size: 14px;
  }
  .gktlBanner_news {
    width: 270px;
  }

  .gktl_r .gktl_news {
    width: 370px;
  }
  .gktl_news_title{
    font-size: 20px;
  }
}
